From: Vasudev Kamath Date: Sat, 22 Jul 2017 11:49:04 +0000 (+0530) Subject: Update clean-cargo-deps.patch for 0.20.0 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~195 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=52cb186a915b26e51316cfc8bdf604d657a24803;p=cargo.git Update clean-cargo-deps.patch for 0.20.0 --- diff --git a/debian/patches/clean-cargo-deps.patch b/debian/patches/clean-cargo-deps.patch index 3e732eb1f..82b2fb3fc 100644 --- a/debian/patches/clean-cargo-deps.patch +++ b/debian/patches/clean-cargo-deps.patch @@ -9,18 +9,22 @@ Description: Remove stage1 extra dependencies (cargo 0.17) Forwarded: not-needed --- a/Cargo.toml +++ b/Cargo.toml -@@ -47,8 +47,8 @@ +@@ -51,12 +51,12 @@ + [target.'cfg(unix)'.dependencies] + openssl = "0.9" -[target.'cfg(windows)'.dependencies] -advapi32-sys = "0.2" -kernel32-sys = "0.2" --miow = "0.1" +-miow = "0.2" -psapi-sys = "0.1" -winapi = "0.2" +#[target.'cfg(windows)'.dependencies] +#advapi32-sys = "0.2" +#kernel32-sys = "0.2" -+#miow = "0.1" ++#miow = "0.2" +#psapi-sys = "0.1" +#winapi = "0.2" + [dev-dependencies] + bufstream = "0.1"